home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000351_jaltman@columbia.edu_Mon Oct 27 10:00:04 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit losing first byte of tcp connection
  5. Date: 27 Oct 2003 01:47:19 GMT
  6. Organization: Columbia University
  7. Lines: 55
  8. Message-ID: <bnhtf7$ale$1@newsmaster.cc.columbia.edu>
  9. References: <slrnbpnrjt.bg5.lars@news.oddbit.com>
  10. NNTP-Posting-Host: papaya.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1067219239 10926 128.59.59.107 (27 Oct 2003 01:47:19 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 27 Oct 2003 01:47:19 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14604
  16.  
  17. A couple of questions:
  18.  
  19.  * what commands are you using to connect to the server?
  20.  
  21.  * does a session log, LOG SESSION, include the initial character?
  22.  
  23.  * where is the character being lost?  only in the INPUT processing
  24.    or also in the CONNECT handling?
  25.  
  26.  * which version of Kermit?
  27.  
  28.  * which operating system?
  29.  
  30.  * which makefile entry was used to build it?
  31.  
  32. Jeffrey Altman
  33. Kermit 95 Author
  34. Volunteer
  35.  
  36.  
  37. Lars Kellogg-Stedman <lars_news@larsshack.org> wrote:
  38. : I'm using kermit to script some tests of our SMTP server.  When one
  39. : connects to an SMTP server, the server immediately sends something along
  40. : the lines of:
  41.  
  42. :   220 <server> ESMTP <software>
  43.  
  44. : With kermit, I always lose the first byte, so that instead I see:
  45.  
  46. :   20 <server> ESMTP <software>
  47.  
  48. : This means that commands such as the following will fail:
  49.  
  50. :   input 10 \fpattern(220 *)\13
  51.  
  52. : Is there anything I can do to prevent this from happening?  I can work
  53. : around the problem by doing:
  54.  
  55. :   set host /pty telnet <host> 25
  56.  
  57. : But that's just ugly.
  58.  
  59. : Cheers,
  60.  
  61. : -- Lars
  62.  
  63. : -- 
  64. : Lars Kellogg-Stedman <lars_news@larsshack.org>
  65.  
  66.  
  67. -- 
  68.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  69.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  70.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  71.  kermit-support@columbia.edu               OpenSSL.
  72.